Skip to content

Separate cast and unmarshal #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Sep 2, 2019

Allows parameters to be strictly unmarshalled

@codecov
Copy link

codecov bot commented Sep 2, 2019

Codecov Report

Merging #156 into master will increase coverage by 0.08%.
The diff coverage is 95.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   96.19%   96.27%   +0.08%     
==========================================
  Files          58       58              
  Lines        1602     1666      +64     
==========================================
+ Hits         1541     1604      +63     
- Misses         61       62       +1
Impacted Files Coverage Δ
openapi_core/schema/parameters/models.py 94.28% <100%> (-2.54%) ⬇️
openapi_core/schema/schemas/models.py 95.98% <94.87%> (-0.68%) ⬇️
openapi_core/schema/responses/generators.py 100% <0%> (ø) ⬆️
openapi_core/schema/components/factories.py 100% <0%> (ø) ⬆️
openapi_core/schema/servers/models.py 100% <0%> (ø) ⬆️
openapi_core/wrappers/base.py 100% <0%> (ø) ⬆️
openapi_core/extensions/models/models.py 100% <0%> (ø) ⬆️
openapi_core/schema/operations/generators.py 100% <0%> (ø) ⬆️
openapi_core/schema/parameters/generators.py 100% <0%> (ø) ⬆️
openapi_core/schema/paths/generators.py 100% <0%> (ø) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e30b71...5273a7f. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/separate-parameter-cast-and-unmarshal branch from 5905ff8 to 5273a7f Compare September 2, 2019 22:48
@p1c2u p1c2u merged commit 843fa7e into master Sep 3, 2019
@p1c2u p1c2u deleted the feature/separate-parameter-cast-and-unmarshal branch September 3, 2019 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant